FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagextehr.eu.ehds.models
Resource TypeStructureDefinition
IdStructureDefinition-EHDSPatient.json
FHIR VersionR5
Sourcehttps://build.fhir.org/ig/Xt-EHR/xt-ehr-common/StructureDefinition-EHDSPatient.html
URLhttp://www.xt-ehr.eu/fhir/models/StructureDefinition/EHDSPatient
Version1.0.0
Statusactive
Date2026-04-03T08:10:50+00:00
NameEHDSPatient
TitlePatient model
DescriptionModel for information about a patient (subject of care).
Typehttp://www.xt-ehr.eu/fhir/models/StructureDefinition/EHDSPatient
Kindlogical

Resources that use this resource

StructureDefinition
xtehr.eu.ehds.models#currentEHDSDataSetDataSet model
xtehr.eu.ehds.models#currentEHDSDischargeReportDischarge Report model
xtehr.eu.ehds.models#currentEHDSImagingReportImaging report model
xtehr.eu.ehds.models#currentEHDSLaboratoryReportLaboratory report model
xtehr.eu.ehds.models#currentEHDSMedicationDispenseMedication dispense model
xtehr.eu.ehds.models#currentEHDSObservationObservation model
xtehr.eu.ehds.models#currentEHDSPatientLaboratoryObligationsPatient laboratory specific obligations
xtehr.eu.ehds.models#currentEHDSPatientObligationsPatient obligations
xtehr.eu.ehds.models#currentEHDSRelatedPersonRelated person model
xtehr.eu.ehds.models#currentEHDSSpecimenSpecimen model
hl7.eu.fhir.xshare-careplan#currentcareplan-draft-logicalCare Plan (Logical Model)

Resources that this resource uses

StructureDefinition
xtehr.eu.ehds.models#currentEHDSAddressAddress model
xtehr.eu.ehds.models#currentEHDSHumanNameHuman name model
xtehr.eu.ehds.models#currentEHDSTelecomTelecom model

Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: StructureDefinition EHDSPatient

Language: en

NameFlagsCard.TypeDescription & Constraintsdoco
.. EHDSPatient 0..*BasePatient model
... identifier 1..*IdentifierAn identifier of the patient that is unique within a defined scope (typically a national patient identifier, but it can also be a temporary identifier issued by the EHR).
... name 0..*EHDSHumanNameName associated with the patient/subject.
... dateOfBirth 0..1dateTimeDate of birth
... deceased[x] 0..1Whether the patient is deceased or date of death.
.... deceasedBooleanboolean
.... deceasedDateTimedateTime
... administrativeGender 0..1CodeableConceptAdministrative gender
Binding Description: (preferred): HL7 Administrative Gender
... address 0..*EHDSAddressMailing and home or office addresses.
... telecom 0..*EHDSTelecomContact information.

doco Documentation for this format

Source1

{
  "resourceType": "StructureDefinition",
  "id": "EHDSPatient",
  "language": "en",
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "url": "http://www.xt-ehr.eu/fhir/models/StructureDefinition/EHDSPatient",
  "version": "1.0.0",
  "name": "EHDSPatient",
  "title": "Patient model",
  "status": "active",
  "date": "2026-04-03T08:10:50+00:00",
  "publisher": "Xt-EHR",
  "contact": [
    {
      "name": "Xt-EHR",
      "telecom": [
        {
          "system": "url",
          "value": "http://www.xt-ehr.eu/"
        }
      ]
    }
  ],
  "description": "Model for information about a patient (subject of care).",
  "fhirVersion": "5.0.0",
  "mapping": [
    {
      "identity": "rim",
      "uri": "http://hl7.org/v3",
      "name": "RIM Mapping"
    }
  ],
  "kind": "logical",
  "abstract": false,
  "type": "http://www.xt-ehr.eu/fhir/models/StructureDefinition/EHDSPatient",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Base",
  "derivation": "specialization",
  "snapshot": {
    "extension": [
      {
        "url": "http://hl7.org/fhir/tools/StructureDefinition/snapshot-base-version",
        "valueString": "5.0.0"
      }
    ],
    "element": [
      {
        "id": "EHDSPatient",
        "path": "EHDSPatient",
        "short": "Patient model",
        "definition": "Model for information about a patient (subject of care).",
        "min": 0,
        "max": "*",
        "base": {
          "path": "Base",
          "min": 0,
          "max": "*"
        },
        "isModifier": false,
        "mapping": [
          {
            "identity": "rim",
            "map": "n/a"
          }
        ]
      },
      {
        "id": "EHDSPatient.identifier",
        "path": "EHDSPatient.identifier",
        "short": "An identifier of the patient that is unique within a defined scope (typically a national patient identifier, but it can also be a temporary identifier issued by the EHR).",
        "definition": "An identifier of the patient that is unique within a defined scope (typically a national patient identifier, but it can also be a temporary identifier issued by the EHR).",
        "min": 1,
        "max": "*",
        "base": {
          "path": "EHDSPatient.identifier",
          "min": 1,
          "max": "*"
        },
        "type": [
          {
            "code": "Identifier"
          }
        ]
      },
      {
        "id": "EHDSPatient.name",
        "path": "EHDSPatient.name",
        "short": "Name associated with the patient/subject.",
        "definition": "Name might consist of name parts, e.g. Given name or names, family name/surname, name prefix etc.",
        "min": 0,
        "max": "*",
        "base": {
          "path": "EHDSPatient.name",
          "min": 0,
          "max": "*"
        },
        "type": [
          {
            "code": "http://www.xt-ehr.eu/fhir/models/StructureDefinition/EHDSHumanName"
          }
        ]
      },
      {
        "id": "EHDSPatient.dateOfBirth",
        "path": "EHDSPatient.dateOfBirth",
        "short": "Date of birth",
        "definition": "Date of birth",
        "min": 0,
        "max": "1",
        "base": {
          "path": "EHDSPatient.dateOfBirth",
          "min": 0,
          "max": "1"
        },
        "type": [
          {
            "code": "dateTime"
          }
        ]
      },
      {
        "id": "EHDSPatient.deceased[x]",
        "path": "EHDSPatient.deceased[x]",
        "short": "Whether the patient is deceased or date of death.",
        "definition": "Whether the patient is deceased or date of death.",
        "min": 0,
        "max": "1",
        "base": {
          "path": "EHDSPatient.deceased[x]",
          "min": 0,
          "max": "1"
        },
        "type": [
          {
            "code": "boolean"
          },
          {
            "code": "dateTime"
          }
        ]
      },
      {
        "id": "EHDSPatient.administrativeGender",
        "path": "EHDSPatient.administrativeGender",
        "short": "Administrative gender",
        "definition": "This field must contain a recognised valid value for \"administrative gender\". If different, \"physiological gender\" should be communicated elsewhere.",
        "min": 0,
        "max": "1",
        "base": {
          "path": "EHDSPatient.administrativeGender",
          "min": 0,
          "max": "1"
        },
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "binding": {
          "strength": "preferred",
          "description": "HL7 Administrative Gender"
        }
      },
      {
        "id": "EHDSPatient.address",
        "path": "EHDSPatient.address",
        "short": "Mailing and home or office addresses.",
        "definition": "The addresses are always sequences of address parts (e.g. street address line, country, postal code, city) even if postal address formats may vary depending on the country. An address may or may not include a specific use code; if this attribute is not present it is assumed to be the default address useful for any purpose.",
        "min": 0,
        "max": "*",
        "base": {
          "path": "EHDSPatient.address",
          "min": 0,
          "max": "*"
        },
        "type": [
          {
            "code": "http://www.xt-ehr.eu/fhir/models/StructureDefinition/EHDSAddress"
          }
        ]
      },
      {
        "id": "EHDSPatient.telecom",
        "path": "EHDSPatient.telecom",
        "short": "Contact information.",
        "definition": "Contact information.",
        "min": 0,
        "max": "*",
        "base": {
          "path": "EHDSPatient.telecom",
          "min": 0,
          "max": "*"
        },
        "type": [
          {
            "code": "http://www.xt-ehr.eu/fhir/models/StructureDefinition/EHDSTelecom"
          }
        ]
      }
    ]
  },
  "differential": {
    "element": [
      {
        "id": "EHDSPatient",
        "path": "EHDSPatient",
        "short": "Patient model",
        "definition": "Model for information about a patient (subject of care)."
      },
      {
        "id": "EHDSPatient.identifier",
        "path": "EHDSPatient.identifier",
        "short": "An identifier of the patient that is unique within a defined scope (typically a national patient identifier, but it can also be a temporary identifier issued by the EHR).",
        "definition": "An identifier of the patient that is unique within a defined scope (typically a national patient identifier, but it can also be a temporary identifier issued by the EHR).",
        "min": 1,
        "max": "*",
        "type": [
          {
            "code": "Identifier"
          }
        ]
      },
      {
        "id": "EHDSPatient.name",
        "path": "EHDSPatient.name",
        "short": "Name associated with the patient/subject.",
        "definition": "Name might consist of name parts, e.g. Given name or names, family name/surname, name prefix etc.",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "http://www.xt-ehr.eu/fhir/models/StructureDefinition/EHDSHumanName"
          }
        ]
      },
      {
        "id": "EHDSPatient.dateOfBirth",
        "path": "EHDSPatient.dateOfBirth",
        "short": "Date of birth",
        "definition": "Date of birth",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "dateTime"
          }
        ]
      },
      {
        "id": "EHDSPatient.deceased[x]",
        "path": "EHDSPatient.deceased[x]",
        "short": "Whether the patient is deceased or date of death.",
        "definition": "Whether the patient is deceased or date of death.",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "boolean"
          },
          {
            "code": "dateTime"
          }
        ]
      },
      {
        "id": "EHDSPatient.administrativeGender",
        "path": "EHDSPatient.administrativeGender",
        "short": "Administrative gender",
        "definition": "This field must contain a recognised valid value for \"administrative gender\". If different, \"physiological gender\" should be communicated elsewhere.",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "binding": {
          "strength": "preferred",
          "description": "HL7 Administrative Gender"
        }
      },
      {
        "id": "EHDSPatient.address",
        "path": "EHDSPatient.address",
        "short": "Mailing and home or office addresses.",
        "definition": "The addresses are always sequences of address parts (e.g. street address line, country, postal code, city) even if postal address formats may vary depending on the country. An address may or may not include a specific use code; if this attribute is not present it is assumed to be the default address useful for any purpose.",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "http://www.xt-ehr.eu/fhir/models/StructureDefinition/EHDSAddress"
          }
        ]
      },
      {
        "id": "EHDSPatient.telecom",
        "path": "EHDSPatient.telecom",
        "short": "Contact information.",
        "definition": "Contact information.",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "http://www.xt-ehr.eu/fhir/models/StructureDefinition/EHDSTelecom"
          }
        ]
      }
    ]
  }
}